Skip to content

chore(model gallery): 🤖 add 1 new models via gallery agent - #11832

Open
localai-org-maint-bot wants to merge 1 commit into
mudler:masterfrom
ci-forks:create-pull-request/patch-1788311060
Open

chore(model gallery): 🤖 add 1 new models via gallery agent#11832
localai-org-maint-bot wants to merge 1 commit into
mudler:masterfrom
ci-forks:create-pull-request/patch-1788311060

Conversation

@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator

This PR was automatically created by the gallery agent workflow.

Summary:

  • Search Term: GGUF
  • Models Found: 15
  • Models Added: 1
  • Quantization: Q4_K_M
  • Processing Time: 367.705888ms

Added Models:

Bot commands

Maintainers (owner / member / collaborator) can control this PR
by leaving a comment with one of:

  • /gallery-agent recreate — close this PR; the next scheduled
    run will propose this model again (useful if the entry needs
    to be regenerated with fresh metadata).
  • /gallery-agent blacklist — close this PR and permanently
    prevent the gallery agent from ever reproposing this model.

Plain "Close" (without a command) is treated as a no-op: the
model may be reproposed by a future run.

Workflow Details:

  • Triggered by: schedule
  • Run ID: 33576912091
  • Commit: 2bbcfb3ec6975614919da0a8c6b093bdec1bac68

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator Author

Review pass. Blocking: the sha256 values are placeholders, and the source repo is gated.

The entry carries literal masked hashes for all four files:

sha256: '****************************************************************'

That is what the HuggingFace API returns for a gated repo, and the automation copied the mask verbatim into the gallery. orcarouter/Qwen3.8-27B-Uncensored-GGUF is gated: auto:

$ curl -sI https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-GGUF/resolve/main/Qwen3.8-27B-Uncensored-Q4_K_M.gguf
HTTP/2 401
$ curl -s https://huggingface.co/api/models/orcarouter/Qwen3.8-27B-Uncensored-GGUF | jq .gated
"auto"

So two independent problems: every anonymous LocalAI user gets a 401 on download, and the checksum could never verify even with access.

This needs either an ungated mirror of the same weights or closing. Note that #11841 has the identical issue against the same account, and #11847 ships what look like the same weights from an ungated repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants